home *** CD-ROM | disk | FTP | other *** search
/ PC Format 7 (5.25") / PC Format - Issue 7 April 1992 - Disk 2.ima / PCF.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-08-29  |  993 b   |  72 lines

  1. echo off
  2. cls
  3.  
  4. disp menu\pcf0 1
  5. disp menu\pcfiss7 1
  6.  
  7. :start
  8. nocurs
  9. disp menu\pcfiss7 2
  10. getkey bonex
  11.  
  12. if errorlevel 5 goto quit
  13. if errorlevel 4 goto egatrek
  14. if errorlevel 3 goto newart
  15. if errorlevel 2 goto oct
  16. if errorlevel 1 goto blast
  17.  
  18. :egatrek
  19. cd egatrek
  20. egatrek
  21. cd..
  22. goto start
  23.  
  24. :newart
  25. cd newart
  26. newart
  27. cd..
  28. goto start
  29.  
  30. :oct
  31. cd oct
  32. oct18
  33. cd..
  34. goto start
  35.  
  36. :blast
  37. disp menu\blastin 2
  38. getkey cbam
  39.  
  40. if errorlevel 4 goto start
  41. if errorlevel 3 goto insta
  42. if errorlevel 2 goto instb
  43. if errorlevel 1 goto instc
  44.  
  45. :insta
  46. cls
  47. copy \blast\*.* a:
  48. echo For details on how to run Blast, please refer to the disk pages
  49. pause
  50. goto start
  51.  
  52. :instb
  53. cls
  54. copy \blast\*.* b:
  55. echo For details on how to run Blast, please refer to the disk pages
  56. pause
  57. goto start
  58.  
  59. :instc
  60. cls
  61. md c:\blast
  62. copy \blast\*.* c:\blast
  63. echo For details on how to run Blast, please refer to the disk pages
  64. pause
  65. goto start
  66.  
  67. :quit
  68. cls
  69. disp menu\pcfend 2
  70. pause
  71. cursor
  72. cls